home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000248_jaltman@columbia.edu_Fri Aug 29 14:29:25 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  50 lines

  1. Article: 14492 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: jaltman@columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: dns lookup works for k95, fails for c-kermit
  6. Date: 29 Aug 2003 05:48:02 -0400
  7. Organization: Columbia University
  8. Lines: 33
  9. Message-ID: <bin7gi$f47$1@watsol.cc.columbia.edu>
  10. References: <3f4e97b6$1@yorrell.saard.net> <m1n0dtchfj.gnus@usa.net> <3f4ede95$1@yorrell.saard.net>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1062150483 4815 128.59.39.139 (29 Aug 2003 09:48:03 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 29 Aug 2003 09:48:03 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14492
  16.  
  17. In article <3f4ede95$1@yorrell.saard.net>,
  18. Arthur Marsh  <amarsh@ncpgg.adelaide.edu.au> wrote:
  19. : those who know me have no need of my name wrote:
  20. : What's actually happening is that the "Connect" command tries to do a 
  21. : DNS lookup on "ssh -e none -l username host" rather than a DNS lookup on 
  22. : "host".
  23. : Regards,
  24. : Arthur.
  25.  
  26. What is actually happening is
  27.  
  28.  * the original SSH command failed, therefore the SET NETWORK TYPE
  29.    never switched from TCP/IP to PTY
  30.  
  31.  * When you issue the CONNECT command, the TCP/IP network type code
  32.    attempts to process the last hostname string left in the command
  33.    buffer.  Unfortunately this was overwritten with the string to
  34.    be executed in the PTY code.
  35.  
  36. The bug is that the SSH command is not setting the network type if
  37. the command does not succeed.
  38.  
  39. Jeffrey Altman
  40. Former Kermit Developer
  41.  
  42. -- 
  43.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  44.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  45.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  46.  kermit-support@columbia.edu               OpenSSL.
  47.